home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8914 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  686 b 

  1. Path: newsflash.hol.gr!news
  2. From: sakarab@promitheus.hol.gr (Sam Mardirosian)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Bus error
  5. Date: Thu, 07 Mar 1996 01:01:49 GMT
  6. Organization: Hellas On Line
  7. Message-ID: <4hlqcd$gqj@newsflash.hol.gr>
  8. References: <DnuvJG.CA5@cdf.toronto.edu>
  9. NNTP-Posting-Host: cronos.hol.gr
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. a488load@cdf.toronto.edu (Lo Adley) wrote:
  13.  
  14. >Hi, there,
  15.  
  16. >  Could you tell me what 'bus error' means?
  17.  
  18. >Thanks.
  19.  
  20. >Adley.
  21.  
  22. Your code is trying to read an int/long on odd addresses (as far as I
  23. can remember) and your proccessor does not support this (possibly
  24. MC680x0).
  25. This simply put, means you have ... r roving pointer.
  26.  
  27. (Uncle...) Sam.
  28.  
  29.  
  30.